From: Reuben Thomas Date: Wed, 23 Aug 2017 22:47:19 +0000 (+0100) Subject: Fix a comment whitespace typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~6910 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fa5e63e40412f6152dbe079a766845112d598479;p=emacs.git Fix a comment whitespace typo. src/fileio.c: A double space was added after "..", used in a code example. Make it a single space. --- diff --git a/src/fileio.c b/src/fileio.c index f954ac12b5d..ca1bc5065e5 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -755,7 +755,7 @@ For technical reasons, this function can return correct but non-intuitive results for the root directory; for instance, \(expand-file-name ".." "/") returns "/..". For this reason, use \(directory-file-name (file-name-directory dirname)) to traverse a -filesystem tree, not (expand-file-name ".." dirname). */) +filesystem tree, not (expand-file-name ".." dirname). */) (Lisp_Object name, Lisp_Object default_directory) { /* These point to SDATA and need to be careful with string-relocation